Click or drag to resize

Body Constructor (String, BodyType, Boolean)

Initializes a new instance of the Body class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Body(
	string text,
	BodyType type,
	bool isTruncated
)

Parameters

text
Type: SystemString
type
Type: Independentsoft.ExchangeBodyType
isTruncated
Type: SystemBoolean
See Also